(C) 1996 AROS - The Amiga Replacement OS


NAME
#include <intuition/classusr.h>
#include <proto/intuition.h>
ULONG SetAttrsA()
SYNOPSIS
APTR object
struct TagItem * tagList

LOCATION
In IntuitionBase at offset 108
FUNCTION
Changes several attributes of an object at the same time. How the object interprets the new attributes depends on the class.

INPUTS
object
Change the attributes of this object
tagList
This is a list of attribute/value-pairs
RESULT
Depends in the class. For gadgets, this value is non-zero if they need redrawing after the values have changed. Other classes will define other return values.

NOTES
This function sends OM_SET to the object.

EXAMPLE
BUGS
SEE ALSO
NewObject(), DisposeObject(), GetAttr(), MakeClass(), "Basic Object-Oriented Programming System for Intuition" and "boopsi Class Reference" Dokument.
INTERNALS
HISTORY
27.01.1997 ldp
Polish
10.12.1996 aros
Moved #include into first column to allow makedepend to see it.
24.10.1996 aros
Use the official AROS macros over the __AROS versions.
28.08.1996 digulla
Proportional gadgets BOOPSI